IHomeCommand Interface
Represents a homing move.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IHomeCommand
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface IHomeCommand : IKsCommand
Public Interface IHomeCommand Inherits IKsCommand
The IHomeCommand interface exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Acceleration | A value for the acceleration. |
![]() |
Deceleration | A value for the deceleration. |
![]() |
Direction | The direction the axis moves to home. |
![]() |
EndVelocity | The end velocity of the homing move. |
![]() |
HomingMode | A homing mode. |
![]() |
Jerk | A value for the jerk. |
![]() |
Position | An absolute position when the index signal is detected. [unit] |
![]() |
Velocity | The start velocity of the homing move. |
See also